get, Menu and it`s content manipulation
if (request()->has('background_photo')) { $fileName = 'background-'.time().'.'.request()->background_photo->extension(); request()->background_photo->move('images/fun_factors/', $fileName); // Image::make('images/fun_factors/'.$fileName)->resize(300,300)->save(); $factor->update(['background_photo'=>'images/fun_factors/'.$fileName]); } if
Read more